home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Files / MoreFiles 1.4.6 / C Headers / OptimizationEnd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-23  |  410 b   |  24 lines  |  [TEXT/MPS ]

  1. /*
  2. **    The Optimization changes to MoreFiles source and header files, along with
  3. **    this file and Optimization.h, let you optimize the code produced by MoreFiles
  4. **    in several ways.
  5. **
  6. **    Original changes supplied by Fabrizio Oddone
  7. **
  8. **    File:    OptimizationEnd.h
  9. */
  10.  
  11.  
  12. #if defined(__MWERKS__)
  13. #pragma internal reset
  14. #endif
  15.  
  16.  
  17. #if    __WANTPASCALELIMINATION
  18.  
  19. #ifndef __COMPILINGMOREFILES
  20. #undef pascal
  21. #endif
  22.  
  23. #endif
  24.